-1

i have 2 computers. both were xp pro, so when i remote the main one i could have my 2 iis work like this:

http://xx.xx.xx.xx/website - this is from the pc
http://xx.xx.xx.xx/laptop/website - this is from the laptop

now i have iis 7.5 on my pc so having virtual directory on my pc to the laptop is not working. it is not working from inside or outside. i get error

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.

i don't have web.config files there - so i don't know what is the reason

what can i do so i can access both of the computers?

Y.G.J
  • 317
  • 5
  • 14
  • when changed the path from maped drive b:\websites\ to \\xx.xx.xx.xx\websites it is working but then i get error 500 – Y.G.J Aug 06 '10 at 21:11
  • You'd better edit your post adding Update1, Update2. Where have you map-drived your website. What happened with Windows XP? Where is your IIS7.5? Are you accessing mapped drives from the same user? Is it on th local network? Tell a little more about configurations, contexts, changes, OSes, network, etc.! The situation is currently incomprehensible – Gennady Vanin Геннадий Ванин Aug 12 '10 at 18:10

2 Answers2

1

I believe that this solution: http://www.winservermart.com/Howto/HTTP_Error_500_19_IIS_7.aspx

However, when I looked for other solutions, I found out that the issue could be caused by several sources so if none of the afore-mentioned solutions help you, can you please edit your question and paste the error page's content?

Good luck!
Borislav

Borislav T
  • 178
  • 1
  • 1
  • 6
-2

i don't have web.config files there - so i don't know what is the reason

If you do not have web.config files, then machine.config is used

what can i do so i can access both of the computers?

I would advise to explicitly create web.config files according to your needs.
For this, first formulate what you need.
Second, if you cannot cope alone, then let others to help you