BOOK: Beginning ASP.NET Dynamic Websites w/ Web Matrix
This is the forum to discuss the Wrox book Beginning Dynamic Websites: with ASP.NET Web Matrix by Dave Sussman, James Greenwood, Alex Homer, Colt Kwong, John M. West; ISBN: 9780764543746
You are currently viewing the BOOK: Beginning ASP.NET Dynamic Websites w/ Web Matrix section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Yes..I have installed .NET Framework Redistributable...installed IIS server. Created an user with the name ASPNET. Created an virtual directory. then i placed a simple program as follows..
<html>
<head><title>The Punctual Web Server</title></head>
<body>
<h1>Welcome</h1>
In WebServerLand the time is currently:
<asp:label id="time" runat="server" />
</body>
</html>
when i tried to execute this, (localhost/virtualDirectory...) got this error
"The scripting language 'C#' is not found on the server."
(if i write only html tags...no error)
I have set the environment variable 'path' also. I have executed many c# programs (Windows Forms)in my pc.But my first asp.net program is not working...any thing to do with IIS settings?
do u need any thing else
thanks for considering my query
waiting for ur reply
rahman
but while
hi frnds
I got this problem solved..
problem was...i installed sdk prior to IIS
so there was no mapping for .aspx to aspnet_isapi.dll
i installed sdk again..
its working well and good now
thanks for considering my question
i will come back with some useful question..
thanks stu9840
rahman