• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Interdev and SourceSafe permission problems

zm2002

Banned
Good Day,

I'm having a problem with Visual InterDev (VID) and Visual SourceSafe (VSS).

I have visual studio 6.0 installed with SP5, I have configured VID to work with VSS (Add to

source control), and have removed anonymous access to the web folder on server (Win2000Server).

That was the only way I could check-in and check-out with each specific logged user.



Now I have this one page that refuses to execute the following line:

<%
set objWord = Server.CreateObject("Word.Application")
%>



Giving me the error page:

The page cannot be displayed

Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is denied to this

object.
/SPGMV300/create_excel.asp, line 13



If I re-allow anonymous access to the page, it runs fine ... but every check-in/out goes by the

same username, the IUSR_SRV-D-GPN ... the user VID uses to access the server ...

I think this has something to do with permissions, but cannot find where to change ... I tried

to create each specific user as Administrator, but the same result occurs ...


Anyone has any idea on how to solve this one situation?

Thank you
 
Back
Top