This topic is locked
[SOLVED]

 Upload to webserver

4/2/2020 1:35:40 PM
ASPRunner.NET General questions
ASPCoder1 author

How do I upload to the webserver I dont see default.aspx file in the output folder.
Whats the steps

T
Tim 4/2/2020
ASPCoder1 author 4/2/2020



From the help file:
https://xlinesoft.com/asprunnernet/docs/ftp_upload.htm


I dont have FTp on the server I just tried to load all the files from output into the inetpub/wwwroot and it does not work when i hit http://localhost/webapp/

Admin 4/2/2020

I guess your question is not about uploading but about configuring IIS. Here is the article that can help:

https://xlinesoft.com/asprunnernet/docs/configuring_asp_net-application_under_iis.htm

ASPCoder1 author 4/3/2020



I guess your question is not about uploading but about configuring IIS. Here is the article that can help:

https://xlinesoft.com/asprunnernet/docs/configuring_asp_net-application_under_iis.htm


I have tried that with IIS and still does not work

Detailed Error Information:

Module IIS Web Core

Notification BeginRequest

Handler Not yet determined

Error Code 0x80070021

Config Error This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".

Config File \\?\C:\inetpub\wwwroot\Kanban\web.config
Requested URL http://localhost:80/Kanban

Physical Path C:\inetpub\wwwroot\Kanban

Logon Method Not yet determined

Logon User Not yet determined

Admin 4/3/2020
ASPCoder1 author 4/4/2020

Ok thanks that seemed to work now.

joglidden 4/8/2020

You can also just use an ftp client and upload the contents of the 'Output' folder in the ASPR project to your active web slot folder (the one with web.config in it).