asp.net - Cannot read ASP localhost, plus problems with virtual directories -


when going http://localhost/ on personal machine, blank screen.

i have site @ c:/inetpub/wwwroot/ contents of folder aren't listed should be.

i tried going directly site, , got error: alt text

line 16 error

15:         <sectiongroup name="scripting" type="system.web.configuration.scriptingsectiongroup, system.web.extensions, version=3.5.0.0, culture=neutral, publickeytoken=31bf3856ad364e35"> 16:         <section name="scriptresourcehandler" type="system.web.configuration.scriptingscriptresourcehandlersection, system.web.extensions, version=3.5.0.0, culture=neutral, publickeytoken=31bf3856ad364e35" requirepermission="false" allowdefinition="machinetoapplication"/> 17:         <sectiongroup name="webservices" type="system.web.configuration.scriptingwebservicessectiongroup, system.web.extensions, version=3.5.0.0, culture=neutral, publickeytoken=31bf3856ad364e35"> 

removing line web.config doesn't seem help. error persists , claims line wasn't removed. made sure saved edit.

i tried making virtual directory , going there. exact same error showed up. added proper user needed rights, didn't seem anything. alt text

so there 2 problems here: localhost won't list folders , error keep getting.

can tell me might doing wrong?

edit: code added

regarding blank localhost

did put default page in wwwroot folder ?

regarding line 16 error

is there space in website name?

can send whole web.config


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -