c# - localhost, production, inetpub and authentication -


i have taken on project built in asp.net mvc. project on windows 7 , uses ms visual studio 2012 , in c#. experience in past has been asp.net vb.net. did desktop applications, no web applications asp.net.

this new project web application. suppose develop on local pc, once satisfied upload production. question is, on local pc, uses localhost:"with port number". prompts me login don't know (remember taking on someones code). can't pass testing on localhost before uploading production, yet discover whats about.

i can't locate c:/inetpub/wwww

is there website can suggest?

it prompts me login ,

is prompts window or login page, if prompts window means he's using windows authentication

just go web configration , , remove it

<authentication mode="windows"/> 

now if it's login page try search in data base user table or , , if using asp.net membership in visual studio 2012 select web project in top menu select project asp.net configuration option open membership portal search in google .


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -