I have had .NET for a while now but just recently started using it for actual .NET applications. I have added everything to iis that i need to, and run aspnet_regiis.exe to refresh ASP.NET per the suggestion of another developer. I still get errors. I'm trying to load even the simplest page and I get errors. I got the following error a few times and made the iis changes:
-2147467259 (0x80004005)
This was all the I saw in the browser. After working on iis I moved on to this error:
Error Type:
Active Server Pages, ASP 0221 (0x80004005) The specified 'Register TagPrefix="sk"
TagName="Calendar" src="popCalendar.ascx""'
option is unknown or invalid.
/Calendar/Sched.aspx, line 1
Sometimes i just get the old:
HTTP 500 Internal server error
The page cannot be displayed
I really would like to see my efforts in a browser someday. Does anyone recognize these errors, and if so send me in the right direction.