OK, so I tried that...
Anytime I try to do it that way, I get an error similar to the following:
Compilation Error
[font=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30180: Keyword does not name a type.
Source Error:
Line 31: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _Line 32: Public Class Global_asax
Line 33: Inherits resume.GlobalLine 34: Line 35: Private Shared __initialized As Boolean = false
Source File: C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\0c6cd385\2d6c4304\wzhpyyha.0.vb
Line: 33
Now the site on my local server is caller resume..... but the site I am deploying to is resume.brettstinson.com. I am assuming this is where the problem lies. Any ideas how to fix this?
[/font]