ASP.net on Windows Server 2003

leoric1928

New member
Joined
Feb 15, 2005
Messages
3
Programming Experience
3-5
Hello,

I am using Windows Server 2003 and I installed Visual Studio.Net, but when I try to run the ASP.Net, it produces an error and I cannot continue to execute ASP.net. What should I do? tnx
 
What's the error? Do you have IIS installed? Did you register .net -> IIS?

It is a very long error but is says something like the page does not exist or something, I hava IIS instaled and I already register .Net with IIS.


You're in the ASP.NET 2005 Forum. Are you using the .NET Framework 2.0 or did you mean to post this in the ASP.NET forum?

I installed Visual Studio.Net 2003, I dont know what version of .Net Framework it has. pls help. tnx
 
Are you running it from Visual Studio or are you opening up IE and manually adding the address?

If your running it from VS then I'd recomend re-registering .net with iis. You'll use C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe - i from the command prompt.

If your browsing to it check your address

TPM
 
Back
Top