Your Ad Here

web programming

web programming


Creating Flash Banner Tutorial

Posted: 19 Oct 2010 09:33 AM PDT

HI GUYSSS.............BRINGING OUT COOL FLASH BANNER TUTORIAL FOR U ALL......... Macromedia Flash Basic 8 or Macromedia Flash Professional 8 can seem like a very complex programs to learn. One reason for this seeming complexity is that you can use it for so many different things, such as cartoon animations, media players, and sophisticated software. This tutorial is suitable for you if you're opening Flash 8 for the first time. This tutorial shows you some of the fundamental aspects...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

How To: Create a Custom Account to Run ASP.NET

Posted: 19 Oct 2010 07:55 AM PDT

This How To describes how to create a least privileged local account to run the ASP.NET worker process (aspnet_wp.exe) or for impersonated identities in virtual directories. Although the procedures in this How To create a local account, the same concepts apply to a domain account. ASP.NET Worker Process Identity The default account for running ASP.NET, created at installation time, is a least privileged local account and is specified in machine.config as follows: <processModel...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Building Secure ASP.NET Applications

Posted: 19 Oct 2010 07:46 AM PDT

From SQL Server Books online, the members of the enumerated type, SQLDMO_AUDIT_TYPE are: SQLDMOAudit_All 3 Log all authentication attempts - success or failure SQLDMOAudit_Failure 2 Log failed authentication SQLDMOAudit_None 0 Do not log authentication attempts SQLDMOAudit_Success 1 Log successful authentication Sample Log Entries The following list shows some sample log entries for successful and failed entries in the SQL Server logs. Successful login using Integrated Windows...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

SQL Server Auditing

Posted: 19 Oct 2010 07:38 AM PDT

By default, logon auditing is disabled. You can configure this either through SQL Server Enterprise Manager or by changing the registry. SQL Server log files are by default located in the following directory. They are textbased and can be read with any text editor such as Notepad. C:\Program Files\Microsoft SQL Server\MSSQL\LOG To enable logon auditing with Enterprise Manager 1. Start Enterprise Manager. 2. Select the required SQL Server in the left hand tree control,...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Troubleshoot SSL Related Problems

Posted: 19 Oct 2010 07:10 AM PDT

To troubleshoot SSL related problems: Confirm whether you can telnet to port 443 on the IP addresses of the client and server computer. If you cannot, this usually signifies that the sspifilt.dll is not loaded, or is the wrong version, or perhaps conflicts with other ISAPI extensions. Examine the certificate. If you can telnet to 443, check the certificates attribute using the browser�s View Certificate dialog box. Check the certificates effective and expiration dates, whether the...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Determining Identity in a Visual Basic 6 COM Object

Posted: 19 Oct 2010 07:08 AM PDT

Determining Identity in a Visual Basic 6 COM Object The following method can be used to return the identity of a Visual Basic 6 COM object. You can call Visual Basic 6.0 COM objects directly from ASP.NET applications through COM interop. The following method can be helpful when you need to troubleshoot access denied errors from your component when it attempts to access resources. Private Declare Function GetUserName Lib "advapi32.dll" _ Alias "GetUserNameA" (ByVal lpBuffer As String,...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Determining Identity in a Web service in ASP.NET

Posted: 19 Oct 2010 07:08 AM PDT

 Determining Identity in a Web service  The following code can be used within a Web service to obtain identity information. [WebMethod] public string GetDotNetThreadIdentity() { return Thread.CurrentPrincipal.Identity.Name; } [WebMethod] public string GetWindowsThreadIdentity() { return WindowsIdentity.GetCurrent().Name; } [WebMethod] public string GetUserIdentity() { return User.Identity.Name; 340 Building Secure ASP.NET Applications } [WebMethod] public string...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Troubleshooting Authorization Issues In ASP.NET

Posted: 19 Oct 2010 07:04 AM PDT

Check Windows ACLs If your application is having problems accessing a file or registry key (or any securable Windows object protected with ACLs), check the ACLs to ensure that the Web application identity has at least read access. Check Identity Also make sure you know which identity is being used for resource access by the ASP.NET Web application. This is likely to be: The ASP.NET process identity (as configured on the element in web.config. 336 Building Secure ASP.NET...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Troubleshooting Authentication Issues In ASP.NET

Posted: 19 Oct 2010 06:46 AM PDT

The first step when troubleshooting authentication issues is to distinguish between IIS and ASP.NET authentication failure messages. If you are receiving an IIS error message you will not see an ASP.NET error code. Check the IIS authentication settings for your application's virtual directory. Create a simple HTML test page to remove ASP.NET from the solution. If you are receiving an ASP.NET error message, review the ASP.NET authentication settings within your application's web.config...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Troubleshooting Security Issues In ASP.NET

Posted: 19 Oct 2010 06:46 AM PDT

This chapter presents a process for troubleshooting and provides a range of techniques and tools that can be used to help diagnose security related problems. Process for Troubleshooting The following approach has proven to be helpful for resolving security and security context related issues. 1. Start by describing the problem very clearly. Make sure you know precisely what is supposed to happen, what is actually happening, and most importantly, the detailed steps required to...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Blogger Gadgets Tutorial

Posted: 19 Oct 2010 05:23 AM PDT

Gadgets In the way posts make up the majority of your blog, gadgets make up the majority of your blog's layout, particularly the sidebar(s). We will begin with basic gadgets available from Blogger when clicking Add a Gadget (see Figure 3-3). In the next chapter and throughout the remainder of this book, you learn how to add additional third-party gadgets to promote your blog, connect to popular social networking sites, make money, or further customize the design or functionality of your...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Blogger Navbar Tutorial

Posted: 19 Oct 2010 05:15 AM PDT

Navbar The Navbar is a built-in feature of your blog used to quickly navigate to your Design, compose a New  Post, or to Sign Out, and displays your email (username). On the left side on the Navbar when viewing your blog, you will also see an area to report abuse, or the ability to go to the next Blogger blog. In the Navbar page element, you can edit the Navbar color to best match the coloring of your blog. The only option when editing the Navbar (without...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

Create Profile in Blogger

Posted: 19 Oct 2010 03:25 AM PDT

Profile This section is the area where you enter information about yourself and what information you would like to share with readers of your blog (like a traditional "About Me" page). You may enter information including your name, email address, birthday, sex, physical location (city, state, and country), interests,and mini biography. There is also a place to upload your picture. This profile image will be shown on your blog's sidebar (when inserting the Profile gadget). Exercise—Edit...

hello guys welcome to my website www.webprogrammingscripts.blogspot.com for html,javascript,dhtml,xml,dreamveaver tutorials

No comments: