1

I had already published my site using the IIS Manager. I successfully can access it with my PC but when my colleagues tried to access it, it says,

HTTP Runtime Error.

Is there something wrong in the config file? How come I can access it with no error? Can anyone help us with this?

0

1 Answer 1

1

http runtime error

Is not a lot to go by.

What do the windows event logs say? What is the website, Asp.net or something else?

If it is asp.net, update this setting and post what error they see:

<?xml version="1.0"?> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.