PDA

View Full Version : VS to IIS


dajohnson1s
07-13-2008, 04:52 AM
Hello,

This is probably going to seem silly. But I have downloaded a "prebuild" package from microsoft, one of those sample sites. And I was curious, if I build upon their framework how will I move this to my server?

I have iis v5.1. I would assume just have iis point the default website to this package. But nothing seems to ever be that easy.

thanks

SouthwaterDave
07-27-2008, 08:51 PM
You probably need to register ASP.NET on IIS after installing the .NET Framework. http://www.devx.com/vb2themax/Tip/18849 has the answer to this.