ASP and ASP .NET on same server

SteveInBeloit

Well-known member
Joined
May 22, 2006
Messages
132
Programming Experience
10+
My client has a Windows 2003 Server which runs IIS. Their site is in ASP pages. They asked me to develop an ASP .NET application that uses SQL Server 2005, which I have completed.

They loaded V 2.0 of the .NET Framework. I installed my website under their Default Web Site. I think the only thing left is for them to go to Add/Remove programs, under Windows components, and under Application Server, select and load ASP .NET.

Will this in ANY way effect their current ASP site and pages?

Thanks.
Steve
 
No it should not affect it.

Anyhow, it's a good practice to backup their stuff before you make any modification. You can use Backup tool found in Accessories - System Tools and backup the System States. This should take care of IIS and all applications installed under it.

If I remember correctly, if they already got ASP running then you might not need to add/remove. Open the site and check the properties to see if you got ASP.net tab in there. If you have it, then you should be good to go.
 
Back
Top