did that
D:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
in cmd prompt it says its finished installing... but when i try to install sql reporting services it still says that asp 1.1 is either not installed or not registered with the webserver, maybe its a bug? i have another...
oh duh, sorry sorted the problem, in my IIS i need to set the asp.net to 1.1. i had two versions installed, sorry!
lol its friday... my communication skills are shot, thanks anyway
ok well i am assuming the sql reporting would pick it up if it was registered, so i am thinking maybe thats where the the problem lies, i am full of assumptions here..
nope i dont get any errors, go into visual.net
new project, start asp thingie adn walla it opens a new solution, i am thinking its the registration but this
didn't work it seems.
I am trying to install sql server reporting and sql svr 2000 needs asp 1.1 installed, i have installed visual net 2003, with the prerequistes and i am still getting an error, how can i see if i have and if i do, how do i register with the webserver (IIS) on my pc?
tia
V
Hi I have a database that needs to get updated via various ppl over the web... and they need to have a copy of that database on their pc.... so in other words they have it on their pc, it should be updated exernally and they should be able to update the copies that go to others.. what is the...
no i dont think so, this is my code
Sub IMNew()
Dim cc As String
Dim rs As DAO.Recordset
Dim bb As String
cc = "ABA"
Set rs = CurrentDb.OpenRecordset("SELECT TableName from ABA ")
', dbOpenSnapshot, dbSeeChanges)
Do Until rs.EOF
aa = rs!TableName...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.