asp.net project

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

hi
i have made an asp.net application and when i copy it to another machine
it doesnt run. i ahve simply copied it in wwwroot.
is there anything else that should be done
in order to make it run?

thank you
Chris
 
Is the directory setup as a virtual directory?? What is the error message
you get?

Michael
 
how do i find that out?
the exact error msg is

web access failed.
the default web access mode for this project is set to file share , but the
project folder at http://localhost/aspsamples/proj1 cannot be opened with
the path e:\inetpub\wwwroot\aspsamples\proj1. the error returned was,
unable to open web project .... the web aspSamples/proj1. the web
aspsamples/proj1 located on server http://localhost does not exist
would u like to
.. retry
..try to open the project with front page server extensions
 
Go into IIS manager right click on your web site/folder. Choose properties
and click 'Create'.
 
Back
Top