Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I am a programmer, I am new to networking, simply i need a splash screen in DNS server,how we can create the Splash Screen

we had laptop(l1),laptop2(l2)

we had wifi networks(n1), this wifi network should Contains the Splash Screen,

mainly my requirement is when my laptop(l1) connected to the Wifi-network(n1)
then Automatically wifinetwork(n1)'s Splash Screen Should Be appeared


for this i am trying

i need the some relative Information about the Creating the splash Screen in DNS SERVER,(OR) we had another Choice for creating the splash Screen ,


please try to provide the Information
Posted
Updated 20-Jun-11 20:01pm
v2
Comments
Sergey Alexandrovich Kryukov 21-Jun-11 2:24am    
Platform, language? Tag it!
--SA
[no name] 21-Jun-11 2:25am    
in Dotnet, C#

1 solution

Who make servers with splash screen? You should not have any. If this is Windows Service, having any UI is simply impossible. You can have a separate UI application used to communicate with the server and control it; that application can have a splash screen (but why?).

—SA
 
Share this answer
 
Comments
[no name] 21-Jun-11 2:35am    
hello sir thanks for ur replay

requirement is to create wifi-hotspot,
bacisally i dont had any type of idea,
i had the acesspoint type is dlink 3200ap(i.e which is Not supported to the DD-WRT Firmware)
after doing the searching and lot of conversations
some of them told that try to create the splash screen in dns server for login page

for that i am trying
Kim Togo 21-Jun-11 3:13am    
You mix two things together. DNS has nothing to do with a Web server.
Spash screen on a DNS server does not make any sens. What you need is to redirect all HTTP traffic to a specific Web server that prompts the user for a login.

When login is authorized, user can use HTTP to what ever web site.
Sergey Alexandrovich Kryukov 22-Jun-11 17:31pm    
Absolutely correct, Kim. Very confusing question; probably based on big misconception.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900