dotnetnuke - Error while adding project -
i'm trying create new solution dot net nuke.
i installed packages , configured iis work it.
then visual studio created new solution. want import old module created, copied/pasted folder in "desktopmodules".
then vs right click on solution , selects add existing project.
this way error: web application project "name" configured use iis. web server "http://dnndev.me/desktopmodules/name" not found.
it's because corresponding projet configured use web server depending on url you've got.
suggest edit project file notepad (csproj or vbproj) , remove specified url configuration. have set useiis value false.
note configuration stored in users project file (.vbproj.user or .csproj.user).
then, try again add project solution.
Comments
Post a Comment