This topic is locked
[SOLVED]

 IIS .Net Framewrok 2.0 ASPRunner.NET

8/2/2006 10:27:22 AM
ASPRunner.NET General questions
swat author

This product is very user friendly, and I really want to use it more often. However , I am not able to publish a single project to productioon server. I do not have any problem to run it on my local 2003 server - but not on the different server- Please give me a installtion document how to create a virtual directory- web site and copy my local files to new server- it would be great-

thx

Eugene 8/4/2006
  1. Please ensure that .Framework works on your Server
  2. Copy files from "Output" directory on local machine to Server wwwroot directory (or to any Virtual direcotiry)

    2.1 Remember, that you have to copy /bin directory to your website ROOT directory (or to virtual directory ROOT)
  3. Copy database (if necessary)
  4. Edit ConnectionString property in web.config file.

swat author 8/4/2006

1. Please ensure that .Framework works on your Server

2. Copy files from "Output" directory on local machine to Server wwwroot directory (or to any Virtual direcotiry)

2.1 Remember, that you have to copy /bin directory to your website ROOT directory (or to virtual directory ROOT)

3. Copy database (if necessary)

4. Edit ConnectionString property in web.config file.


When I create a project with asprunner.net using net framework 1.1 , I am getting dll file on the bin directory. However , if I create a project with net fraemwork 2.0 nothing on the bin directory???

Eugene 8/7/2006

Everything is OK. It should be like this.
http://www.asp.net/quickstart/aspnet/