LeacepleCreve
New Member
perhaps I have forgotten to install something? I installed IIS and the .NET Framework... XP OS.<BR><BR>when I look at my .aspx files, I see it as if it's notepad! I see all the HTML tags, as well as asp code!<BR><BR>Anyone know why?Is IIS set to execute scripts?<BR><BR>Did yu install IIS before the .NET framework? If not... ASP.NET may not be registered with IIS.<BR><BR>Check in the configuation settings for your application to make sure that everything is kosher with ASPX.Your pages are not being parsed by the .NET engine (the web server doesn't know what an .aspx is so it send out a text file). This is either due to an error during .NET installation, or your IIS mapping of .aspx files is missing or incorrect. I would take a look at your IIS settings, or try reinstalling .NET.Basically, if you uninstall and reinstall IIS after you already installed the .NET SDK - then something happens to the file associations. So, you need to reinitialize them...<BR><BR>I can't seem to find the URL that I read it on in MSDN at the moment though. <BR><BR>II have got the same problem. Answer to Ur question is Uninstall Framework SDK, then install it again.<BR>Go to control panal->Admin tools -> Internet Service Manager -> Point cursor on a virtual dir U created -> right click -> properties -> click on configuration.<BR><BR>Now if you do not see <BR>.asax, .ascx, .ashx, .asmx, .aspx,.axd, .vsdisco, .rem, .soap, .config,.cs, .csproj, .vb, .vbproj, .webinfo<BR>associated with (beta2) aspnet_isapi.dll<BR>C:WINNTMicrosoft.NETFrameworkv1.0.2914aspnet_isapi .dll<BR>GET,HEAD,POST,DEBUG <BR><BR>Your IIS5.0 did not pick them properly. Reason could be you installed IIS after the SDK installation.