Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
F

fadee

@fadee
About
Posts
162
Topics
31
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Help Regarding Microsoft WSE 3.0
    F fadee

    Hi, Well, story goes like this: I need mechanism for authentication/authorization for .NET 2.0 based web service. There is a webservice exposing number of methods. I want only authorized users to call its methods. Authorization is done against custom database. I have very short time - can anybody suggest quick + EASY tutorial / book reference using which I can easily implement the solution? I do not want to send Soap Auth headers/ user name - password with each and every request. Regards,

    ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET security csharp database wcf xml

  • Application architecture : Suggestions Required
    F fadee

    Good evening, Well I am responsible for designing the architecture of an application which is supposed to extract data from a web service, cache is locally and perform analysis and show results to the user. Initially the team has tried to make the application in ASP .NET, but due to large size of results, it is not feasible to operate over HTTP mode. Now I am working on following idea: - Application will download the data from website (using web service) and cache it locally with expiry time marked - I will perform analysis in off line mode and show results to the user. User then can run what-if scenarios of the data as well Functional requirements includes, data security (as data is pretty sensitive) and ROLE based web service access. I am reading : WSE 3.0, CAB and Smart Client Architecture. Any other suggestions? Regards, :: Platform = Microsoft .NET 2.0

    ------------------- Therez No Place like ... 127.0.0.1

    Design and Architecture csharp security business collaboration architecture

  • Planning and Managing Enterprise Development
    F fadee

    Here I have gathered all the things which should be considered or performed during the development planning phase and during development of an enterprise application. Here by development planning phase I mean the time when all the client requirements are well understood by the team and they have finished the RS and are now just about to kick start the development. Please note that these observations are based upon my limited knowledge and experience. I will highly appreciate if you review them and extend the list. If you think, any other step is required, please edit this post and add accordingly. Also, please do not confuse them with standard software development practices. It is something, a bit different. All software houses have their processes defined, shouldn’t there be one for such activities? Rather I think many places do have got some. Anybody to share any experience? To read the list, please visit my blog. http://weblogs.com.pk/fahad/archive/2005/02/02/1333.aspx[^] If you want to comment/add anything, please visit the wiki at http://www.asquare.info/wikka/ThingsToDo[^] I am looking forward for positive additions. ------------------- Therez No Place like ... 127.0.0.1

    IT & Infrastructure com business collaboration question

  • Is it possible to access Oracle in ASP.Net without installing Oracle Client on web server?
    F fadee

    I dun think soooo... i tried once but failed... :^) ------------------- Therez No Place like ... 127.0.0.1

    IT & Infrastructure csharp asp-net oracle sysadmin question

  • ASP.NET with Windows Server 2003
    F fadee

    hmmmm... the thing which I am going to say may look lame... but try it... Are you using + operator to concatante two strings? Try using & ... eff_kay ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET help csharp asp-net sharepoint

  • Response.Redirect() to a different frame
    F fadee

    hmmm... Response.Redirect send the redirection instructions for the respective page only. Whenever a browser encounters a page containing frames, it reads the sources of frames and then request them separately. During request, if it gets redirection instruction, it changes the source and palce the new page. You can use JavaScript to complete this tast. The script may look like... window.frames("FRAME_NAME").document.location = "new_page.aspx"; or window.frames("FRAME_NAME").src = "new_page.aspx"; or window.frames("FRAME_NAME").source = "new_page.aspx"; or window.frames("FRAME_NAME").location = "new_page.aspx"; I can't remember the exact code, please try both... eff_kay ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET question c++ tutorial

  • ASP .NET and control focus after PostBack...
    F fadee

    Salam All, ASP .NET came up with a revolution in web development. PostBack is one the features ASP .NET which enables developers to write server side event handlers. The inherited problem of this feature was losing the focus after PostBack. This problem becomes very annoying if you are developing a business screen on which almost every text box requires a PostBack. This problem has been solved in ASP .NET Whidbey. I have posted the code to solve this problem in ASP .NET 1.1 at... http://weblogs.com.pk/fahad/archive/2005/01/19/1271.aspx[^] Happy Focusing! eff_kay ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET csharp com sysadmin business help

  • Excelt and ADO .NET !!! made me cry now!!!
    F fadee

    Thank u very much for the help. it helped and now things are running good. eff_kay ------------------- Therez No Place like ... 127.0.0.1

    Database csharp database com sysadmin help

  • Excelt and ADO .NET !!! made me cry now!!!
    F fadee

    Hi Its getting pathetic and I dunno why !! I am trying to read/insert/update an excel sheet using ADO .NET. I am using following connection string to connect to the data source. Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\inetpub\wwwroot\App\files\file.xls;Extended Properties='Excel 8.0;HDR=YES;MAXSCANROWS =1' The development machine contains Microsoft Office and everything upto date and the application is working fine. On server I am getting following exception since last One Month!! --------------------------------------------------------------------- Could not find installable ISAM.Microsoft JET Database Engine at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at MyPledge.ViewClientPaymentData.LoadData() in C:\Inetpub\wwwroot\MyApp\ViewClient.aspx.vb:line 58 --------------------------------------------------------------------- I have asked the server admin to do following ... - Give Rights to Read/Write to ASP NET process on directories containing excel files - Update Jet Drivers from following URI, http://www.microsoft.com/downloads/details.aspx?FamilyID=1E268B39-533E-48B0-B8D7-1781BEFDE1F8&displaylang=en But I am still getting this message... CAN anyone, PLEASE PLEASE help me??? I am one of the big .NET lovers but this thing is REALLY REALLY REALLY making me start to hate it .. :S :S :S... eff_kay ------------------- Therez No Place like ... 127.0.0.1

    Database csharp database com sysadmin help

  • ADO .NET and Excel... :( :( HELP!!
    F fadee

    Hi Frankly speaking, what ever one says, Microsoft technologies will always remain problem-matic.. specially with versions... they don have seamless integration. Deployment is always always an issue. But I still love .NET!! Anyway folks, my problem goes like this... I am reading and updating excel sheet using ADO .NET. Everything is working fine on machine, but on server it is all messing up... I connect to sheet using the string called... Provider=Microsoft.Jet.OLEDB.4.0;Data Source={0};Extended Properties='Excel 8.0;HDR=YES;' But whenver I try to execute insert command, following error occurs... Operation must use an updateable query.Microsoft JET Database Engine at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(Int32 hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteNonQuery() at MyPledge.ClientPaymentData.Button1_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Web1\Data.aspx.vb:line 74 I will highly appreciate if someone help me... !!! eff_kay ------------------- Therez No Place like ... 127.0.0.1

    Database help database sysadmin csharp

  • OleDB and Excel !!
    F fadee

    Hi... I am trying to save data into an excel sheet. The application is working fine here on my local machine (FAT 32). But when I try to run the same application on server (I think NTFS), following error is generated. What you say? Permission problem or Rights issue? Please help !!.. .I am stuck :( :(... Could not find installable ISAM.Microsoft JET Database Engine at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) at System.Data.OleDb.OleDbConnection.InitializeProvider() at System.Data.OleDb.OleDbConnection.Open() at PROJ.ClientPaymentData.Button1_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\PROJ\ClientPaymentData.aspx.vb:line 67 ------------------- Therez No Place like ... 127.0.0.1

    Database help database sysadmin question

  • Asp
    F fadee

    I think... - to avoid security mishaps - to avoid delay in service (i.e. what if a local account is logged off, service will have to shut down with it) - to impose security constraints and limitations on resource access Good Day; fadee !! ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET csharp asp-net

  • Email
    F fadee

    User following regular expression... \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* You can use RegularExpressionValidationControl as well. Have fun. fadee !! ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET tutorial

  • FoxPro ... ODBC ... Help !!
    F fadee

    Hi... If one wants to access ODBC DataSource in ASP .NET, it must be "System DSN". Reason: ASP .NET WP is executed under separate limited right based user. If you will create the "User DSN", it would be fine for the windows based applications but not for ASP .NET as ASP .NET user (which is kind of passive) will not be able to access it. However, if you use "User DSN", it is accessible under Windows Application for the particular user for whom DSN is defined. fadee... ------------------- Therez No Place like ... 127.0.0.1

    Database help database data-structures debugging

  • Currency rates!!
    F fadee

    www.salcentral.com www.xmethods.com and there was another very cool webservice which provides delayed FX rates. I can't remember it at the moment but I will let ya know as soon as I remember it. Btw, check out the above said. They are basically kinda brokers. They also present some free FX Rate services. Have Fun, fadee!! ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET csharp asp-net com

  • ODBC drivers for Access in WinXP
    F fadee

    hmmm... yes, I there is no need to install Access driver on client machine. If no office is installed, it will work. I remember that I have tested this and it was working fine. MS Access installation would be required if you are creating objects of certain ActiveX components exposed by Access. But I am very much sure you are not doing so. So, I think it will work fine. Also, another guess, I think to access Access Database, MDAC (or watevva it is) is required on client machine, and Windows XP by default contains this. Another supporting argument: What MS Access installation has got to do with database connectivity? On servers, Microsoft discourages the installation of MS Office products. And all MS based servers still support Access connectivity. So bottom line: No need to worry about. Good Luck fadee! ------------------- Therez No Place like ... 127.0.0.1

    Database help question database workspace

  • FoxPro ... ODBC ... Help !!
    F fadee

    Yes I know Microsoft has provided provider for OleDB ... but still I must use ODBC to connect to a foxpro database file. The file is called clients.DBF The DSN created using Microsoft FoxPro VFP Driver (*.DBF). The DSN is called ClientDB. I am using following to connect to the ODBC source... ---------------------------------------- Dim c As New Odbc.OdbcConnection("BackgroundFetch=Yes;DSN=ClientDB;UID=;SourceType=DBF;Collate=Machine;SourceDB=c:\Inetpub\wwwroot\App\foxpro_files;Exclusive=No") ---------------------------------------- When I use this code in Windows Based application, it works fine. Connection is opened and my application can read the data. But when comes to Web Base application... it gives following error which is Way Beyond my intellect ... ------------------------------------------------------------ ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.Odbc.OdbcException: ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified ----------------------------------------------------------- Can Anyone Help me ... Please ... I promise I won't mess with FoxPro again . Fadee !! ------------------- Therez No Place like ... 127.0.0.1

    Database help database data-structures debugging

  • Generate XML from Paths
    F fadee

    there exists two ways to solve such problems. Iteratively Recursively Iteration is very difficult to write and VERY difficult to cover all the cases. Iteration is efficient and have less memory consumption. Recursion is very easy to implement (atleast for geeks) and easy to cover all cases. But it eats up the resources. But, I still prefer recursion. good luck. eff_kay ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET data-structures xml

  • IIS Error
    F fadee

    If you still are facing this problem and do not seem to find the solution, try re-installing .NET Framework... and its still does not work, try re-installing IIS. Good Luck. eff_kay ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET csharp visual-studio sysadmin windows-admin help

  • Session State
    F fadee

    check application's WEB.CONFIG and try increasing the session timeout... by default it is 20 minutes. good luck ------------------- Therez No Place like ... 127.0.0.1

    ASP.NET question sysadmin
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups