Cannot run asp.net mvc 2 on a subdomain while I can run on a domain -


I created an asp.net mvc 2 from a template in the subdirectory of a domain. In IIS I changed it into application.

When I try to use Throwdomdomain / subdomain

403 - Forbidden: Access is denied

If it is IIS6, remember to set wild card mapping for the virtual directory.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -