Browse by Tags

Related Posts

  • Folder and File Access

    Hello, I've received a request to prevent users from navigating directly to a folder/file say "MyFolder/myImage.jpg". So only the webpage itself should be allowed direct access to serve up the image. Is the best approach to set something up in IIS, or code? The site is both classic asp...
    Posted to Security (Forum) by fatthippo on 05-18-2009, 12:00 AM
    Filed under: permissions, Folder access, File Access
  • Voice Generation using Interop.SpeechLib.dll

    I am using this code to generate voice .... Here i am using the " Interop.SpeechLib.dll " '''''''''Inside Button Click '''''''''' voice.Voice = voice.GetVoices.Item(1) voice.Speak("Welcome New Website ",SpeechVoiceSpeakFlags...
    Posted to Configuration and Deployment (Forum) by gopal_nivas on 05-14-2009, 12:00 AM
    Filed under: permissions, Compilation hang IIS, compile, compliation, dll, dll application bin library, DLL context Switching, dll reference -, DLLImport, "asp.net" "web application" "asp.net deployment" "Application Configuration
  • Re: IIS Hosting of WCF Service

    Hi 1st check that ASPNET user has read/write permissions to folder (and subfolders) on %SYSTEM%/Microsoft.NET/v2.xxx folder(s) 2nd. are there any other (than MS) assemblies in project. 3rd. what is in web.config. Most of the settings are there. 4th did you check permissions of the folder Also check here...
    Posted to Free For All (Forum) by ist0 on 04-29-2009, 12:00 AM
    Filed under: permissions, Assembly, WCF
  • Re: Type 'Microsoft.Office.Interop.Word.Application' is not defined after I publish application

    This is probably the best walkthrough I have found to date on this subject, it's for a 3rd party component but the idea is still the same http://www.activepdf.com/support/knowledgebase/viewKb.cfm?id=11760&tk=sp Now if you cannot find the application name in the list (in the walkthrough) scroll...
    Posted to Configuration and Deployment (Forum) by whighfield on 04-10-2009, 12:00 AM
    Filed under: Office, permissions, Security, server, asp.net, COM, DCOMCNFG, word, excel
  • how can i add SQL database in app_data of web project .......

    hi.... i want to deploy my web project and want to attach database file to project how can i add the file in app_data....... i have tried to directly copy the file but error is coming databse is in use or locked...... .. and plz also help me wth common errors tht might occur during deploying the project...
    Posted to Configuration and Deployment (Forum) by Rangapure.S.Swapnil on 04-10-2009, 12:00 AM
    Filed under: Performancence Deployment, permissions, permissions migration, Sql 2005 Express Edition, SQL2005Exress, SQLExpress database file auto creation error, web application deployment config, web application deployment user control, .net 2.0, application deployment, ASP .net 2.0 + ASP, asp.net 2.0 Deployment, asp.net 2.0 publish codebehind, asp.net deploying, build, Build Publish, buildprovider, configuration - Deployment, Debloyment & Configuration, Debloyment Problem, deploment, deploy application, deploy application msi uninstall, deploy error, Deploy mutliple webservers, deploy web service, deploy web.config ajax, deployement production, deploying multiple web apps via one setup project, Deployment, Deployment Issues, DEPLOYMENT WRITE ACCESS WEB FOLDER, How to publish the website?????, "does not exist", "asp.net" "web application" "asp.net deployment" "Application Configuration
  • IIS - anonymous access turned off - WCF permission error

    Hello guys, Here is my web.config: <system.serviceModel> <behaviors> <endpointBehaviors> <behavior name="OffsetWellDataServiceAspNetAjaxBehavior"> <enableWebScript /> </behavior> </endpointBehaviors> </behaviors> <serviceHostingEnvironment...
    Posted to WCF REST Starter Kit (Forum) by tinuverma on 04-02-2009, 12:00 AM
    Filed under: ajax, anonymous access on IIS turned off, webserivce, permissions, WCF
  • after Deploying webapplication Error" Operation must use an updateable query. "

    hi actually lots of hour i spend on this problem to solve if any bady has solution plz late me know the problem is webapplication running fine befor i deployed it but after deploying evry thin work expt insert and update command here is the problem Operation must use an updateable query. cmd = New OleDbCommand...
    Posted to Access Databases and AccessDataSource Control (Forum) by Deeno20 on 03-31-2009, 12:00 AM
    Filed under: OleDb SecurityException "class library" OleDbPermission "code access security", permissions, asp .ne1.1 vs asp.net 2.0, ASP.NET 2.0 Precompiled non updatable solved, asp.net Runtime error, deploy application, deploy error, deploy web service, deployement production, Error, link database, database development deploying, asp.net web service, .net 2.0, asp.net2.0
  • Remove User permissions from folder (help!)

    Hi friends, I'm trying remove specific users from a folder in my local computer. The code is typed below: public void RemoveUser( string user, string path) { DirectoryInfo dirInfo = new DirectoryInfo (path); DirectorySecurity dirSecurity = dirInfo.GetAccessControl(); //Remove the Users Group Access...
    Posted to C# (Forum) by Bressan on 02-20-2009, 12:00 AM
    Filed under: permissions, Remove users, user permissions, folder
  • Friendly redirect when permissions are denied.

    I'm working on a site that uses .net forms based security. The user is automatically redirected to the page that is set in the "loginurl" parameter when denied permissions to a certain page. I'd like to give the users a friendly message, either on login.aspx or a dedicated page, when...
    Posted to Security (Forum) by robt1 on 02-17-2009, 12:00 AM
    Filed under: permissions, security, .net, Friendly redirect, denied
  • Re: What is the best approach in Dynamic Data when you have multiple views for different roles?

    See my article here:, DynamicData - Limit Data Displayed By User you may also which to have a look at this series here: Introduction - A DynamicData Attribute Based Permission Solution using User Roles. Part 1 - Permissions Attribute (Metadata) Classes . Part 2 - Sample Metadata for project . Part 3...
    Posted to ASP.NET Dynamic Data (Forum) by sjnaughton on 02-12-2009, 12:00 AM
    Filed under: Permissions, Dynamic Data
Page 1 of 9 (86 items) 1 2 3 4 5 Next > ... Last »