eramgarden
Well-known member
- Joined
- Mar 8, 2004
- Messages
- 579
in 1.1, Global.asax has a code behind : globalasax.vb where I could have "imports" and it had Intellisense..
Using 2.0 and I dont see a ".vb" file. I had to type in code below with no Intellisense:
Sub WindowsAuthentication_OnAuthenticate(ByVal Source As Object, _
ByVal e As WindowsAuthenticationEventArgs)
Dim userIdentity As String
userIdentity = e.Identity.Name()
End Sub
Am I missing something?
Using 2.0 and I dont see a ".vb" file. I had to type in code below with no Intellisense:
Sub WindowsAuthentication_OnAuthenticate(ByVal Source As Object, _
ByVal e As WindowsAuthenticationEventArgs)
Dim userIdentity As String
userIdentity = e.Identity.Name()
End Sub
Am I missing something?