-
webapplications
i installed vs.net and im trying to create a web application in vb.net. but when i run the application, an error message "server application unavailabe" is displayed. when i view the log file, it reads "aspnet_wp.exe could not be launched because of an error in the processmodel section of the config file". i have been trying for days, so if u know the solution, ur help will be greatly appreciated, thanx.
-
you must first setup up a local server so that you can run .aspx files. i think there is documentation on msdn on setuping up the IIS. ASP.net requires that the request go through IIS so that it can activate the ASP.net request to the .NET Framework sdk.
Jeff