0
nexgen created
Hello! Is it possible to run the Web project in IIS by configuring as virtual directory?
I tried and it shows "HTTP Error 503. The service is unavailable."
Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)
3 Answer(s)
-
0
Hi,
I have tried to host AspNet Zero as a IIS website but I haven't tried virtual directory. It should be possible just like another MVC application.
Can you send your app pool's basic settings ?
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
Hello ismcagdas Thanks for your reply.
I got it working at last. The Load Profile is set as false. And the problem gone.
Also I needed to add a SQL login for the IIS Apppool user.
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image) -
0
That's good :)
Markdown is supportedCopy & paste or drag & drop images (max 30 MB per image)