Forum: ASP.NET Dec 5th, 2008 |
| Replies: 11 Views: 1,170 I've also gone in and compared the internal IIS server properties for that item and the external IIS server properties for that item and they are the same but the internal still works and the... |
Forum: ASP.NET Dec 5th, 2008 |
| Replies: 11 Views: 1,170 I've gone in an changed the permissions and still getting the same error. |
Forum: ASP.NET Dec 4th, 2008 |
| Replies: 11 Views: 1,170 That sounds like makes sense but I don't know where the permissions are supposed to be set up... I will go through my IIS 6.0 book (yes thats all I was really given for help when it came to something... |
Forum: ASP.NET Dec 4th, 2008 |
| Replies: 11 Views: 1,170 All I'm actually doing is trying to go to the site from the external site. I'm typing in the company name and then the external piece and thats the error it's giving me.
I would show you code but... |
Forum: ASP.NET Dec 4th, 2008 |
| Replies: 11 Views: 1,170 I've made all hidden files shown and there is still nothing.
I did try to go through the command prompt to get to the Comonent Manager to change permissions and add IUSR to there but I still got... |
Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 11 Views: 1,170 Well, I fixed the runtime error now it just opened to a new bag of worms.
I get to see the actual error thats there and it tells me that access is denied to this certain file. Easy enough, change... |
Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 14 Views: 2,555 I figured it out. I actually needed to configure the machine.config file because there was no web.config file configured for the application. Thanks so much for your help. |
Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 14 Views: 2,555 Thats where my IIS 6.0 book told me to go. windows\Microsoft.NET\Framework\v2.0.50727\config which is the default...? |
Forum: ASP.NET Dec 3rd, 2008 |
| Replies: 14 Views: 2,555 Well, as I told you I didn't know what I was doing. Ha, i knew i must have been doing something wrong, thank you I'm sorry it took so long to point out my mistake. |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 14 Views: 2,555 it's Microsoft.net framework under config |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 14 Views: 2,555 It's the only web.config file that I have on this server. |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 14 Views: 2,555 I only recieve the error when I try and get it from remote. When I type in the servername/workorder i get the correct page.
And I did move that file up to right under system.web and it didn't... |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 14 Views: 2,555 <?xml version="1.0" encoding="us-ascii"?>
<!-- the root web configuration file -->
<configuration>
<!--
Using a location directive with a missing path attribute
scopes the... |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 14 Views: 2,555 Okay, then how am I doing it wrong. I've done the web.config file on both the Server that is publishing the site and the computer that I'm using to view the site and both I can't get it to give me... |
Forum: ASP.NET Dec 2nd, 2008 |
| Replies: 14 Views: 2,555 I'm new at the whole code thing and I've never worked with this before but I have to fix it and I'm lost.
When publishing an internal site I'm getting a RunTime error
"Server Error in... |