Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. asmith555

    Response.Redirect not working

    I would post your code but be sure the redirect page isn't sending you back to your previous page.
  2. asmith555

    Button events not firing for some users

    All users run under the network service account. should be the same for everyone. I expect the framework is not writing back the correct javascript for the button event. But why just these 2 users
  3. asmith555

    Button events not firing for some users

    I have an web app written in asp.net 2.0. I have a couple of buttons on a page. most users can click the buttons fine. 2 users cannot. even though the postback is happening the code for the click event is not. These 2 users can log into another pc and it still doesn't work for them. I can...
  4. asmith555

    Windows Authentication

    Yes that would be the correct thing to do but it's not the requirement. I know that this is not good practice but it is a requirement.
  5. asmith555

    Windows Authentication

    I have a web app written in vb.net 2.0. We would like the application to login users based on thier windows credentials. OK No prob. Here is the catch. If joe Is logged on to his machine but Bob comes along and uses joes machine to access the app. Joe is not authorized so we want a domain...
  6. asmith555

    trying to develop web conference software

    I wish to develop web conferencing software in ASP.Net. I don't really know where to start. Is there an activex control or an api that will allow the streaming of a users desktop?
  7. asmith555

    Printing PDF From web server

    OK here is the situation. I have created a domain acct called "DOMAIN\ASPNETPROC" I have my application running under a new application pool called NetPool. I have set the NetPool Identity to "DOMAIN\ASPNETPROC" I have added "DOMAIN\ASPNETPROC" to the IIS_WPG group. I logged on to the server...
  8. asmith555

    Printing PDF From web server

    OK I came accross a problem. I have to remained logged in to the web server with the identity I am running the worker process under to print. Is there anyway around this. This may have something to do with the access to the printer drivers
  9. asmith555

    Printing PDF From web server

    I was not getting any errors. However I think I have made some progress. When I set the ProcessModel of the machine.config to use my NT Loginname It seems to work. Do I need to set up a domain account for the aspnet_wp to run under? as opposed to ASPNET
  10. asmith555

    Printing PDF From web server

    Yes the ASPNet and Network Service all have full rights to all relevant folders
  11. asmith555

    Printing PDF From web server

    I am using impersonation from the web.config. Also what is the ASPNET/NETWORK SERVICE user.
  12. asmith555

    Printing PDF From web server

    Also. Acro reader is started and visible in the task manager. I guess that perhaps the local Admin does not have any printers set up for it as opposed to my NT Login name.
  13. asmith555

    Printing PDF From web server

    When I run the app in debug(WebDev.Webserver.exe) it works fine when I run it from my local box(aspnet_wp.exe) via http://localhost/.... it doesn't work. I have set the app up to use impersonation of a higher user and set the processmodel in the machine.config to execute under a higher...
  14. asmith555

    Printing PDF From web server

    A printer on the web servers network. The client machines printer will be stored in a database and accesed as the printer input for this app. All the client printers will be set up as network printers
  15. asmith555

    Printing PDF From web server

    I have an app written in asp.net. I need it to print several pdf's with no user interaction. I need to be able to select the printer as well. I have tried shelling adobe reader but there is a permissions issue I cant seem to get around. This works when I run it locally but not when I deploy...
  16. asmith555

    Heterogeneous queries and sp_sqlexec

    I have come to a solution. Instead of using the sp_sqlexec proc I just used the EXEC function and it worked fine.
  17. asmith555

    Heterogeneous queries and sp_sqlexec

    I tried adding the switches in the @SQL2 string shortly after my initial post and it still did not work
  18. asmith555

    Heterogeneous queries and sp_sqlexec

    I have a sp that builds a querystring involving a linked server then trys to execute it. I keep getting the following error when I try to use the sp_sqlexec procedure "Heterogeneous queries require the ANSI_NULLS and ANSI_WARNINGS options to be set for the connection. This ensures consistent...
  19. asmith555

    Accessing Generics from Com Interop

    I have an asp application that implements an object created in VS 2005 through Com Interop. In one class in that object there is a property which is a collection of users implemented using the "List of(User)" method. How can I itterate through this collection from asp?
  20. asmith555

    Debugging in Com Interop

    I have an .net 2.0 class library with a com wrapper around it. I am having problems with data access using the Microsoft Data App Blocks. The object is being created in classic asp using the com wrapper via a server.createobject assignment. Is there anyway I can debug my class object in...

Part and Inventory Search

Back
Top