ASP.Net
ASP.Net
Like many folks have found, there are some issues to work out with VS Orcas Beta 1 VPC and ASP.NET:
Here's Rockford’s Blog, the first I found that clued my in to the problem of IIS 6.0 not being setup and enabled properly:
Here are a few on my own notes to help you going...
I. Enable IIS in Windows 2003 !!!!
- Check and if need, Install Internet Information Services (IIS) 6.0:
- Run Ad/Remove Programs:
II. To verify that your IIS server is working correctly, use an Internet browser to view your Web page:
Folks: I just signed up to attend a MSDN session on ASP.NET: Best Practices and Techniques for Building Secure ASP.NET Applications to held next week in my area. Has anyone attended? And if so, is it worth the while. For example, how much it tech content vs. high level, marketing? Advise.
See http://launch3.popgram.com/Launch.aspx?BID=1802728236&bhcp=1 for more detials.
Folks:
Recently, a student of mine installed VS.Net 2003 on their XP Pro box, then eagerly started developing a new ASP.Net web app and received the message:
"Visual Studio .Net has detected that the specified Web Server is not Running ASP.Net 1.1”.
Initially, I questioned how that could happen, since VS.Net 2003 comes with the 1.1 framework. Then after some investigation (but without rebuilding my PC to verify this) I've come up with the following scenario that might make cause the problem:
- I developer installed XP Pro (or Server 2003) and does not explicitly set the IIS option at install time.
- They then install VS.Net 2003, which installs the 1.1 framework.
- They try to create a ASP.Net web app and receive a nasty gram to the effect “http :Internal Server error, server not found“.
- Realizing that IIS is not on there PC, they pull the OS install disk out and run setup, installing the web server.
- This installs the 1.0 framework on the box, but does not configure the web server and ASP.net for side by side execution of the framework.
Luckily, there's a fix:
-
If this has happened to you, you may need to run aspnet_regiis with the -r option to replace the current version of IIS and script maps.
-
-
I welcome your feedback...