logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: about mod_aspdotnet
Author
grvpande



Joined: 05 Oct 2010
Posts: 1

PostPosted: Tue 05 Oct '10 15:09    Post subject: about mod_aspdotnet Reply with quote

hi,

I'm using mod_aspdotnet first time. I have installed and it is working fine for a folder inside my htdocs.

I want to run my site from htdocs folder itself without any subdirectory.

now when I'm giving

Code:
AspNetMount /  "C:/xampp/htdocs"

Alias /  "C:/xampp/htdocs" .


it is giving "You don't have permission to access / on this server." as an error.

Can anybody tell me that how to add my htdocs directory to this configuration. Is there any permissions issue in this?

thanks in advance..
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7371
Location: Germany, Next to Hamburg

PostPosted: Thu 07 Oct '10 17:28    Post subject: Reply with quote

What is in the apache error log?

AFAIK you don't need the Mounting in the document root. That is only for folders outside the document root.

See http://mod-aspdotnet.sourceforge.net/mod_aspdotnet.html the first example.
Back to top


Reply to topic   Topic: about mod_aspdotnet View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules